Skip to main content

Migrate a Report

Overview

The API Comparison table highlights the shared actions and API methods between IQM and DV360 for creating, scheduling, and executing a Report. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.

For a comprehensive overview of IQM's finance services, see the Reports API Guidelines.

API Comparison

Base URLs
  IQM: https://app.iqm.com

DV360: https://doubleclickbidmanager.googleapis.com
ActionIQM EndpointDV360 EndpointNotes
Get Report by IDGET/api/v3/ra/report/{reportId}GET/v2/queries/{queryId}
Get a List of ReportsGET/api/v3/ra/reports/listGET/v2/queries
Create a ReportPOST/api/v3/ra/report/addPOST/v2/queries
Schedule a ReportPOST/api/v3/ra/report/email/schedulePOST/v2/queriesDV360 uses the schedule object when creating a report to determine its scheduling.
Execute a ReportPOST/api/v3/ra/report/executePOST/v2/queries/{queryId}:run
Download a ReportPOST/api/v3/ra/report/downloadGET/v2/queries/{queryId}/reports/{reportId}DV360 generates a download path in a report's metadata object.

More Reports Resources

IQM:

DV360: